home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / emacs16d.zip / README.DOC < prev    next >
Text File  |  1992-08-01  |  3KB  |  78 lines

  1. Freemacs is a programmable editor.  The .EXE file is only 21K because
  2. it only contains a language interpreter and text editor primitives.  The
  3. bulk of the programming is done in MINT, which is a string-oriented
  4. language.  Freemacs is yet another Emacs clone.  Emacs was first written
  5. at MIT by Richard M. Stallman.
  6.  
  7. There are a number of Emacs clones for the PC available.  Unlike all
  8. the others, Freemacs is the only IBM-PC editor that tries to be like
  9. GNU Emacs.  Freemacs's only major failings are that it cannot edit files
  10. larger than 64K, and it has no undo facility.
  11.  
  12. You may freely copy this software.  I only ask that you send
  13. improvements back to me for incorporation into the package for the
  14. rest of us.  Information on how to get the distribution is available
  15. in the file HOWTOGET.IT
  16.  
  17. Addresses, electronic and otherwise:
  18.  
  19. Author:        Russell Nelson
  20. Internet:    nelson@crynwr.com
  21. Snail:        11 Grant St., Potsdam, NY 13676
  22.  
  23. There is a mailing list on the Internet. To subscribe, send a
  24. message of the form "subscribe freemacs-help" to
  25. listserv@sun.soe.clarkson.edu.  To get off the list, send
  26. "unsubscribe freemacs-help" to the same address.  To submit something
  27. to the list, send it to freemacs-help@sun.soe.clarkson.edu.
  28.  
  29. There are two other mailing lists, freemacs-announce, and
  30. freemacs-bugs. Freemacs-announce is for announcements of freemacs
  31. news, and has very low traffic.  Freemacs-bugs is for people who are
  32. working on Freemacs.
  33.  
  34.  
  35. Getting started:
  36.  
  37. Obviously you have extracted this file already, so you don't need to be
  38. told how to unpack an archive.  You should put all the Freemacs files into
  39. a subdirectory (I will assume \EMACS).
  40.  
  41. DOS 2.x users (is anyone still using DOS 2.x??)
  42.  
  43. You need to add a line to your autoexec.bat file that reads "set
  44. emacs=x:\EMACS".  Replace "x:" with the drive that you have placed
  45. Freemacs in.
  46.  
  47. DOS 3+ users:
  48.  
  49. You should ensure that emacs is executed out of the subdirectory in which
  50. the Freemacs files are stored.  You can do this two ways -- you can include
  51. \EMACS in your path, or you can put a small batch file on your path.  For
  52. an example of a batch file, look at the included E.BAT.
  53.  
  54. Freemacs is shipped uncompiled.  The editor source files are all the
  55. files with .MIN extensions.  Freemacs will compile itself using these
  56. files.  After the compiling is finished, you can delete all .MIN
  57. files.
  58.  
  59. To compile Freemacs, just run it.  It will ask if you want to compile
  60. the files.  You do.  After it finishes, which can take a little or a
  61. lot of time depending on how fast your processor is, you should run
  62. it again.  The second time through it compiles the help files.
  63.  
  64. If you are unfamiliar with Emacs, you should run emacs, get help, and read
  65. the tutorial.  The opening screen has instructions for doing this.
  66.  
  67.  
  68. Modifying Freemacs:
  69.  
  70. There are lots of simple changes that you can make without really needing
  71. to understand MINT.  For example, the mode line uses inverse video.  If
  72. you would like to change the colors, use M-x edit-options.
  73.  
  74. If you would like to do simple customizations like key rebinding, see
  75. the file CUSTOMIZ.DOC.
  76.  
  77. If you would like to learn how to program in MINT, see the file MINTTUT.DOC.
  78.